POV-Ray : Newsgroups : povray.newusers : Problems with #declare : Re: Problems with #declare Server Time
30 Jul 2024 06:21:42 EDT (-0400)
  Re: Problems with #declare  
From: Josh
Date: 9 Sep 2004 06:42:55
Message: <414033af@news.povray.org>
I've rendered your code and the results are weird!!!!  I cant see any reason
for it , but this get you round the problem....



#declare spheres = union        {
        sphere { <0, 0, 0>, 0.1 texture {pigment { color White } finish {
ambient 1 }}
        translate <2.1, 9.7, -4> }
        sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
        translate <-5.4, 9.35, -4> }
        sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
        translate <-2.2, 12.6, -4> }
        sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
        translate <-2.2, 6, -4> }
        };

#declare combo = union  {

                object { Reloj rotate y*115 translate <0, 0, 0> }
                object { spheres}
                };

object { combo }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.